home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
HippoDraw
/
HippoDrawSrc1.1
/
Hippo.subproj
/
DrawPageLayout.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-25
|
310 b
|
22 lines
#import <appkit/PageLayout.h>
@interface DrawPageLayout : PageLayout
{
id leftMargin;
id rightMargin;
id topMargin;
id bottomMargin;
}
/* Methods overridden from superclass */
- pickedUnits:sender;
- readPrintInfo;
- writePrintInfo;
- setTopBotForm:anObject;
- setSideForm:anObject;
@end